/* Nicks sheet */


/* mobile phone number */

.mobile-number {
    background-color: #f06b30;
    height: 50px;
}

.mobile-number h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'pn-light', serif;
    padding-top: 16px;
    text-align: center;
}

/* blog landing page */

.blog-post {
    display: flex;
    flex-direction: column;
    justify-content: end;
    
    //margin-right: 3.125%;
    //width: 300px;
    height: 250px;
    //margin-bottom: 40px;
    //border: 1px solid #dadcdf;
    //padding: 25px;
    //padding-bottom: 35px;
}

.blog-post:hover {
    background-color:#dedede;
}

.blog-post span {
    transition: 0s;
    color: #FFFFFF;
    text-decoration: none;
}

.blog-post span:hover {
    color: #000;
}

    .blog-post #blog-date {
        color: #FFFFFF;
        font-size: 12px;
    }

.blog-post #blog-cat {
    font-size: 13px;
    font-family: 'Lato';
    text-transform: uppercase;
    align-self: flex-start;
}

.blog-post #blog-title {
    font-size: 17px;
    font-family: 'Lato';
    align-self: flex-start;
}

/*.blog-post #read-more {
    text-decoration: underline;
    align-self: flex-end;
}*/

#blog-bar h2 {
    text-align: center;
}

.entry a {
    word-break: break-word !important;
    text-decoration: none;
}



.entry a:hover {
    color: #187dc1;
}

.cat-button {
    background-color: #91C34B;
}

.cat-button:active, .cat-button:hover, .cat-button:focus {
    background-color: #83b142 !important;
}

.dropdown-right {
    float: right;
    margin-top: -30px;
}

.dropdown-category {
    left: auto;
    right: 0px;
    
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-category>li>a {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.dropdown-category>li>a:focus {
    background-color: #f5f5f5;
}

.post-listing {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
}

.post-readmore {
    padding-top: 10px;
    text-align: center;
}

.post-readmore a {
    font-size: 20px;
    font-family: 'pn-bold', serif;
    color: #187dc1;
}